.optionsV{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
    font-family: var(--bigFont);
    /* border: 5px solid #848b8f; */
    border-radius: 10px;
    padding: 20px;
}

.optionsV div:nth-child(1){
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.optionsV h4:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: var(--highlight2Color);
    margin-top: 5px;
    margin-bottom: 0.4375rem;
}


.optionsV div:nth-child(1) h4{
    font-weight: 600;
    font-size: 2.2vw;
}

.optionsV div:nth-child(2) h6 {
    font-weight: 600;
    font-size: 18px;
    text-align:left;
}

.proccess{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: var(--bigFont);
}


.proccess h4:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: var(--highlight2Color);
    margin-top: 5px;
    margin-bottom: 0.4375rem;
}


.proccess div:nth-child(1) h4{
    font-size: 2.2vw;
    font-weight: 600;
}

.maintext h2{
    font-size: 3.8vw;
    font-family: var(--logoFont);
}

.highlight3{
    color: var(--highlight2Color);
    font-weight: 700;
}

.proccess ul li{
    padding-top: 5px;
}


@media screen and (max-width:768px) {
    .maintext h2{
        font-size: 4.8vw;
    }

    /* .optionsV div:nth-child(2) h6 {
        font-size: 1.1vw;
    } */
}


@media screen and (max-width:576px) {
    .optionsV div:nth-child(1) h4 {
        font-size: 20px;
    }

    .optionsV div:nth-child(2) h6 {
        font-size: 16px;
    }

    .proccess div:nth-child(1) h4 {
        font-size: 20px;
    }

    .proccess div:nth-child(2) p{
        font-size: 14px;
    }
}